*{
  margin: 0;
  padding: 0;
}

body, html{height:100%;}

body{
    background: #252830;
}

#wrap{
  min-height:100%;
  margin:0 auto;
  position:relative;
}

#main{
  padding-bottom: 50px;
}

.navbar{
  margin-bottom: 0px;
}

.skills{
  list-style: none;
  letter-spacing: 4px;
  font-weight: bold;
  color: #9d9d9d;
}

.progress{
  background-color: #eee;
}

.progress-bar-info{
  background-color: #F07;
}

footer{
    position:absolute;
    bottom:0;
    width:100%;
    padding-top:50px;
    height:50px;
    color: #51586a;
    border-top: 2px solid #969696;
}
